iT邦幫忙

0

[筆記] VsCode 使用 git 上傳

  • 分享至 

  • xImage
  •  

看你是使用什麼git的相關軟體,這邊的話是使用github做說明。

Step1. 先在github 建立一個Repositories
https://ithelp.ithome.com.tw/upload/images/20200720/20128783HbZfAYTrDU.png

Step2. 接著複製 https 的 url
https://ithelp.ithome.com.tw/upload/images/20200720/201287831tBz5c3VHd.png

Step3. 打開vs code 進入終端機,進入你要下載git檔案的位置,然後輸入
git clone “剛剛複製的url”
Ex : git clone https://github.com/自己的帳號/TestVsCodeCommit.git
https://ithelp.ithome.com.tw/upload/images/20200720/20128783ZtKCM4JN6F.png

Step4. 成功後你抓下來的路徑會出現你抓下來的git資料,點開config檔如下,就看看而已這邊沒要
幹嘛。
https://ithelp.ithome.com.tw/upload/images/20200720/20128783ERjbJv2VsT.png

Step5. 在終端機clone下來的資料夾內輸入使用者資料
git config user.name “使用者名稱”
git config user.email “電子郵件”
https://ithelp.ithome.com.tw/upload/images/20200720/20128783X1eG3chNJR.png

Step6. 剛剛的config檔就會更新使用者資料
https://ithelp.ithome.com.tw/upload/images/20200720/20128783n9JrIt2TCT.png

Step7. 用vs code 開啟資料夾
https://ithelp.ithome.com.tw/upload/images/20200720/20128783eN6z80J37B.png

Step8. 測試隨便新增一個檔案 , 我新增了一個檔案後 , 旁邊就會出現你的異動資料夾筆數 https://ithelp.ithome.com.tw/upload/images/20200720/20128783mLk9ufMetR.png
檔案的旁邊 U 的話代表是新增的 (untracked)
M 的話代表是修改的 (modefied)
https://ithelp.ithome.com.tw/upload/images/20200720/20128783hxmHtPvu6S.png

Step9. 接著按下https://ithelp.ithome.com.tw/upload/images/20200720/20128783C8JVygl70F.png , 會有更改的清單
https://ithelp.ithome.com.tw/upload/images/20200720/20128783WIgJpAyU29.png
可以在訊息的欄位打上commit的訊息
如果想要一次全部commit 滑鼠移到變更會有一個 +
https://ithelp.ithome.com.tw/upload/images/20200720/201287831MQ2OsZZPi.png

如果只想變更一筆的話,可以在檔案右鍵選 暫存變更
https://ithelp.ithome.com.tw/upload/images/20200720/20128783F9CRe7Bh6k.png

暫存變更就是真的要commit上去的資料 , 資料旁邊會變為 A (added)
https://ithelp.ithome.com.tw/upload/images/20200720/20128783TcZOGJWBvO.png

Step10. 接著要commit的話就按下勾勾 , 會發現清單消失,不過這個勾勾按下去只是先將檔案儲 存到本機中。
https://ithelp.ithome.com.tw/upload/images/20200720/20128783xq4jiVRyrj.png

Step11. 如果真的要commit到git上 , 就按https://ithelp.ithome.com.tw/upload/images/20200720/20128783Bx2MNor1dK.png , 選
https://ithelp.ithome.com.tw/upload/images/20200720/20128783obVVumbasu.png

選擇commit 的 url
https://ithelp.ithome.com.tw/upload/images/20200720/20128783ZiJBqhh87j.png

Step12. 接著就能commit上去到git了
https://ithelp.ithome.com.tw/upload/images/20200720/20128783ZpmnTtzcMA.png


圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言